GoXam for WPF v3
Clone Method (GraphLinksModelLinkData<NodeKey,PortKey>)
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : Clone Method
Create a copy of this data; this implements the ICloneable interface.
Syntax
public virtual object Clone()
Remarks
When you add your own state in a subclass, and when you expect to be able to copy the data, you must override this method and make sure the additional state is copied to the newly cloned object returned by calling the base method. This reinitializes the From and To properties.
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
GraphLinksModelLinkData<NodeKey,PortKey> Members